open addressing

英 [ˈəʊpən əˈdresɪŋ] 美 [ˈoʊpən əˈdresɪŋ]

开型寻址

计算机



双语例句

  1. Open source is addressing this problem as well, with one very interesting solution called the Open vSwitch.
    开源也可以解决这个问题,借助的是一个很有趣的解决方案,称为OpenvSwitch。
  2. 40. We welcome the establishment of the Open Working Group on the Sustainable Development Goals ( SDGs), in line with the Rio+ 20 Outcome Document which reaffirmed the Rio Principles of Sustainable Development as the basis for addressing new and emerging challenges.
    40、我们欢迎可持续发展目标开放工作组的成立,这符合里约+20大会通过的重申可持续发展原则是应对新挑战基础的成果文件。
  3. The load factor ( the ratio of the number of items in a hash table to its size) is typically different in separate chaining than in open addressing.
    链地址法中的装填因子(数据项和哈希表容量的比值)与开放地址法的不同。
  4. In open addressing, performance degrades badly as the load factor increases above one half or two thirds.
    在开放地址法中,当装填因子超过二分之一或三分之二后,性能下降的很快。
  5. In open addressing, when a data item can't be placed at the index calculated by the hash function, another location in the array is sought.
    在开放地址法中,若数据不能直接放在由哈希函数计算出来的数组下标所指的单元时,就要寻找数组的其他位置。
  6. In separate chaining, deletion poses no special problems as it does in open addressing.
    链地址法中,删除并没有像开放地址那样的问题。
  7. In general, double hashing is the probe sequence of choice when open addressing is used.
    使用开放地址策略时,探测序列通常用再哈希法生成。
  8. This paper discusses the problem on how to calculate the frequency of unsuccessful search with equal probability in a hash table with open addressing method applied to solve collision.
    讨论了在Hash查找中,用开放定址法解决冲突,在等概率查找下查找不成功的计算问题。